body{
    font-size: 14px!important;
}
*{
    box-sizing: border-box!important;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

em{font-style:normal;}

h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/*public*/
.InBanner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.InBanner img{
    width: 100%;
    height: 100%;
}

.crumb{
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-bottom: 50px;
    overflow: hidden;
}
.crumb .crumbInfo a{
    color: #a5a5a5;
    font-size: 14px;
}
.crumb .crumbInfo a:hover{
    color: #129e70;
}
.crumbInfo span{
    color: #a5a5a5;
}

.main{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    /* overflow: hidden; */
    padding-bottom: 100px;
}
.main .mainBox{
/*    min-height: 500px;
*//*    background-image: url("../images/mainBg.png");
*/    background-repeat: no-repeat;
    background-size: 100% 550px;
}
.mainBox .mainLef{
    width: 206px;
    height: auto;
    margin-top: 45px;
    overflow: hidden;
}

.mainRig{
    /* width: 940px; */
    height: auto;
    /* overflow: hidden; */
}

.mainLef h4{
    width: 100%;
    height: 50px;
    background-color: #263e98;
    color: #ffffff;
    cursor: context-menu;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.mainLef ul{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.mainLef ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background: #999;
    margin-top:1px;
}
.mainLef ul li a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainLef ul li a:hover{
    background: #6780e0;
    color: #ffffff;
}

.contInfo{
    width: 100%;
    height: 240px;
    background: #4460c6;
    color: #ffffff;    
    overflow: hidden;
}
.contInfo img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 20px auto 5px;
}
.contInfo i{
    width: 100%;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
.contInfo span{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.contInfo p{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
}


/*public*/

/*aboutUs*/

.mainRig .details{
    height: auto;
    text-align: justify;
}
.details .content h3{
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: auto 10px;
    text-align: center;
}
.content .Info{
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 10px 0;
}

/*aboutUs*/


/*product*/
.mList{
    width: 925px;
    height: auto;
    /*background: #f8f8f8;*/
    margin-top: 35px;
    float: right;
}
.mList h4{
    width: 100%;
    height: 75px;
    /*background-image: url("../images/pTit.jpg");*/
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 2px dashed #9b9aaa;
    margin-bottom: 40px;
}
.mlCon{
    width: 100%;
    height: auto;
}
.mlCon ul.mll{
    width: 100%;
    height: auto;
}
.mlCon ul.mll li{
    width:290px;
    height:260px;
    margin: 0 5px 10px 5px;
    box-shadow: inset 0 0 0 0 rgba(54,71,140,0);
/*    overflow: hidden;*/
    float: left;
}
.mlCon ul.mll li:hover{
    box-shadow: inset 0 0 0 10px rgba(54,71,140,.05);
}

.mlCon ul.mll li .img{
    /*width: 100%;*/
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 25px auto 0;
}
.mlCon ul.mll li .img img{
    width: 100%;
    /*max-width: 100%;*/
    /*max-height: 100%;    */
}
.mlCon ul.mll li h5{
    color: #565a73;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.mlCon ul.mll li p{
    overflow: hidden;    
}
.mlCon ul.mll li,
.mlCon ul.mll li .img>img,
.mlCon ul.mll li h5{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.mlCon ul.mll li h5:hover{
    color: #39aa6c;
}
.mlCon ul.mll li:hover .img>img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

/*product*/

/*contact*/
.contactBox{
    width: 966px;
    height: auto;
    margin: 0 auto;
}
.contactBox h4{
    width: 100%;
    color: #263e98;
    font-size: 24px;
    font-weight: 500;
    margin: 45px auto 45px;
    text-align: center;
}
.contactBox .map{
    margin-bottom: 40px;
}
.contactBox p{
    color: #454545;
    font-size: 14px;
    margin-bottom: 10px;
}

/*contact*/

/*newsList*/
.mainRig .newsLis{
    width: 100%;
    height: auto;
    /*background: #f8f8f8;*/
    margin-top: 35px;
    float: right;
}
.mainRig .newsLis .ulist{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsLis .ulist li{
    width: 100%;
    height: 185px;
    float: left;
    /* padding-top: 15px; */
    padding: 15px;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-bottom: 20px;
    background:#f4f4f4
}
.newsLis .ulist li .nImg{
    width: 300px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.newsLis .ulist li .nImg a>img{
    max-width: 100%;
    width:  100%;
    height: 100%;
}

.newsLis .ulist li .nText{
    /* width: 630px; */
    width: 855px;
    float: right;
    margin-right: 10px;
    padding-right: 15px;
}
.newsLis .ulist li .nText .conTitle{
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-size: 19px;
    font-weight: 500;
}
.conTitle a{
    color: #000000;
}
.conTitle a:hover{
    color: #036847;
}
.nText .conDesc{
    /*min-height: 80px;*/
    font-size: 14px;
    float: left;
    margin: 3px 0 20px;
    height: 73px;
    line-height: 1.7;
    overflow: hidden;
}

.nText .more{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
}
.nText .more span{
    margin-right: 20px;
    color: #999;
}
.nText .more a{
    color: #183888;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.nText .more a:hover{
    margin-right: 0;
}

.newsLis .ulist li:hover{
    background: #f8f8f8;
}

.newsConBox p img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*newsList*/

/*脙茠脗楼脙鈥姑⑩偓聽脙垄芒鈥毬偮犆兤捗偮┟冣€毭偮∶冣€毭偮�*/
#content-page .pagination>.active>a{
    color: #fff;
}
.pagination ul .active a{
    background-color: #263e98;  
}
#content-page .pagination>.disabled>a{
    color: #777;
}
#content-page .pagination>li{
    cursor: pointer;
}
#content-page .pagination>li>a{
    color: #263e98;
}
#content-page .pagination>.active>a:hover{
    background-color: #3756a6;  
}
.pagination>.active>a{
    border-color: #263e98!important;
}
/*脙茠脗楼脙鈥姑⑩偓聽脙垄芒鈥毬偮犆兤捗偮┟冣€毭偮∶冣€毭偮�*/

/*proInfo*/
/*脙茠脗楼脙鈥γ偮犆冣€毭偮犆兤捗偮冣€毭偮矫冣€毭偮�*/
#ajax_load_progessbar{
    width: 100px; 
    height: 100px; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    margin:auto;
    z-index: 500;
    display: none;
}
#ajax_load_progessbar.show_load{
    display: block;
}
#ajax_load_progessbar.hide_load{
    display: none;
}
.loadEffect{
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ed5c29;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        background: #cacaca;
    }
    100%{
        background: #ed5c29;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}
/*脙茠脗楼脙鈥γ⑩偓艙脙鈥毭偮兤捗偮冣€毭偮好冣€毭偮棵兤捗偮兟⒚⑩€毬偮⒚兟⒚⑩偓啪脗垄脙茠脗篓脙鈥毭偮兟⒚⑩偓拧脗卢*/
.message{width:100%; height:auto; margin:0 auto;}
/*脙茠脗搂脙垄芒鈥毬偮⒚兟⒚⑩偓啪脗垄脙茠脗篓脙鈥毭偮兟⒚⑩偓拧脗卢脙茠脗楼脙垄芒鈥毬偮好冣€毭偮久兤捗偮兟⒚⑩€毬偮懊兟⒚⑩€毬偮�*/
.message .img{width:500px; height:auto; float:left;}
.message .img img{width:500px; height:auto;}
/*脙茠脗搂脙垄芒鈥毬偮⒚兟⒚⑩偓啪脗垄脙茠脗篓脙鈥毭偮兟⒚⑩偓拧脗卢脙茠脗娄脙鈥毭偮∶兟⒚⑩€毬偮�*/
.message .messageCon{width:100%; height:auto; float:right;}
.message .messageCon .title{width:100%; height:auto; padding-top:20px; margin-bottom:30px;}
.message .messageCon .title h4{font-size:30px; font-family:"Times New Roman"; color:#624533; font-weight:normal; padding-bottom:10px;}
.message .messageCon .title h5{font-size:18px; color:#666; line-height:24px; font-weight:normal;}

.message .messageCon .messageBox{width:100%; height:auto;}
.message .messageCon .messageBox .text{width:218px; float: left; margin-left: 8px; height:45px; box-sizing:border-box; border:1px solid #ccc; background:none; margin-bottom:10px;}
.message .messageCon .messageBox .text i{display:block; float:left; width:59px; height:43px;}
.message .messageCon .messageBox .text .i1{background:url(../images/messageIcon1.png) center no-repeat;}
.message .messageCon .messageBox .text .i2{background:url(../images/messageIcon2.png) center no-repeat;}
.message .messageCon .messageBox .text span{display:block; float:left; width:1px; height:20px; margin:12px 0; background:#ccc;}
.message .messageCon .messageBox .text input{width:156px; height:20px; float:left; box-sizing:border-box; padding:0 15px; margin:12px 0; border:none; background:none;}

.message .messageCon .messageBox .textarea{width:444px; float: left;margin-left: 8px; height:120px; box-sizing:border-box; border:1px solid #ccc; background:none; margin-bottom:10px;}
.message .messageCon .messageBox .textarea textarea{
    border: none;
    background: none;
    padding: 10px 10px;
    line-height: 25px;
    width: 100%;
    height: 100%;
}
.message .messageCon .messageBox .vCode{width:550px; height:45px; margin-bottom:20px;}
.message .messageCon .messageBox .vCode input{border:1px solid #ccc; background:rgba(0,139,214,.05); box-sizing:border-box; width:200px; height:45px; float:left; padding:12px 15px; line-height:25px;}
.message .messageCon .messageBox .vCode p{width:80px; height:28px; float:left; margin:7px 20px;}

.message .messageCon .messageBox .button{width:200px; height:45px;}
.message .messageCon .messageBox .button input{width:444px; float: left; margin-left: 8px; height:45px; background:#624533; color:#fff; border:none; font-size:16px;}

/*.toumings,.toumingss{position: fixed;left:0;top:0;background:url(../contact/tmss.png); width:100%;height:100%;z-index:9999;display:none}
*/
.wxcode,.wxcodes{width:200px;height:auto;position: fixed;left:50%;top:20%;text-align:center;}
.wxcode img,.wxcodes img{width:178px;height:178px;position: relative;left:100%}
.wxcode p{color:#fff;margin-top:10px;cursor:pointer;position: relative;left:-100%}
.products li{position: relative;}
.products li img{width:100%!important;height:100%!important}
.products li p{position: absolute;left:0;bottom:-24px;width:96%;height:40px;background:rgba(0,0,0,0.5);margin-bottom:0;text-align:center;color:#fff;padding:0 2%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:40px;}
.pagination{float:right;}

.sub-btn{text-align:center;}
.sub-btn li{border:1px solid #c9c9c9;padding:5px 15px;display:inline-block;*zoom:1;*display:inline;color:#4b4b4b;margin:0 10px;-webkit-transition:all 0.6s;transition:all 0.6s;}
.sub-btn li a{display:block;width:100%;height:100%}
.sub-btn li:hover{background:#dedede;}
 .bit-tits{text-align:center;position: relative;padding:50px 0;}
 .bit-tits i{position: absolute;width:50%;height:20px;background:url(../images/Alines.jpg) repeat-x;top:60px;}
.bit-tits i.lefts{left:0;}
.bit-tits i.rights{right:0;}
.bit-tits h2{width:360px;height:35px;background:url(../images/bbgs.png) no-repeat center #fff;margin:0 auto;position: relative;z-index:999}


.bigs-tit{padding-top: 50px;}




.bigPage{width:100%;height:400px;overflow:hidden;margin:0 auto;background:#dedede;position: relative;border-radius:4px;}
.bigPage img,.list-pic img{width:100%;height:100%;}
.masks{position:absolute;left:0;top:0;width:100%;height:100%}
.masks-l{width:50%;height:100%;background:url(../images/contact/mask.png);}
.masks-r{width:50%;height:100%;background:url(../images/contact/mask.png);}
.bigs-tit{position: absolute;left:0;top:0;width:100%;height:100%;}
.bigs-tit h2{text-align:center;margin:80px auto 60px;color:#f1ded3;font-size:40px;font-weight:normal;}
.sub-column{text-align:center;}
.sub-column li{width:100px;height:30px;text-align:center;line-height:30px;color:#fff;border:1px solid #fff;display:inline-block;*zoom: 1;*display:inline;color:#fff;margin:0 3px;border-radius:2px;}
.sub-column li a{color:#fff;display:block;width:100%;height:100%;font-size:14px;}
.sub-column li a:hover{background:#fdf5f0;color:#000000}
.page-ms{margin-top:50px;}
.page-ms h2{text-align:center;font-size:22px;color:#202f66;font-family:"宋体";font-weight:normal;}
.page-ms p{font-size:12px;color:#a5afc2;text-transform:uppercase;text-align:center;margin-top:5px;}



.lists-wrap{width:1200px;margin:50px auto 80px;}
.list-main{width:104%}
.list-main li{width:280px;height:300px;background:#ffffff;overflow:hidden;float: left;margin:0 25px 20px 0;border-radius:3px;position: relative;}

.list-main li img,.list-main li{
-webkit-transition:all 0.6s;
transition:all 0.6s;
}
.list-main li:hover img{
-webkit-transform:scale(1.06);
transform:scale(1.06);
}
.list-pic{height:180px;overflow:hidden;}
.list-ms{padding:20px;}
.list-ms h2 a{font-size:16px;color:#333333;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-ms p{color:#888888;font-size:12px;margin-top:10px;line-height:1.8;height:42px;overflow:hidden;}
.list-main li:hover{box-shadow:0 0 12px #888;background:#f4f4f4}
.list-main li:hover h2 a{color:#4d5985}
.zoomOverlay{
  position: absolute;
  left: -347px;
  top: 0;
  width: 300px;
  height: 180px;
  transition:all 0.9s;
  transform: skewx(-25deg);
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.2),rgba(255,255,255,0));
  z-index:99999;
  }
  .showpic{position: relative;}
  .list-main li:hover .zoomOverlay{left:300px;}


  .Acont-form{height:270px;position: absolute;left:50%;top:42px;margin-left:-550px;background:rgba(255,255,255,.9);padding:40px;width: 300px;z-index: 99999;}
.Acont-form h3{font-size:18px;color:#666;font-weight:normal;margin-bottom:20px}
.Asubs{width:297px;height:40px;color:#666;cursor:pointer;font-size:14px;letter-spacing:2px;border:1px solid #666;background:none;position: relative;display:block;text-align:center;line-height:40px;}
.Aforms{width:100%}
.Afomts{height:40px;line-height:40px;padding-left:20px;color:#666;border:1px solid #666;background:none}
.Afomts1{width: 122px;display:inline-block;*zoom: 1;*display:inline;}
.Afomts:focus{box-shadow:0 0 7px #666;border:1px solid #dedede;}
.Atexts{width:277px;height:120px;}
.Asubs:hover{box-shadow:0 0 10px #666}
.Ainputs{margin-bottom:10px;}

.cont-mains{padding:60px 0;overflow:hidden;}
.cont-lists{text-align:center;}
.cont-lists li{width:240px;height:220px;display:inline-block;*zoom:1;*display:inline;margin:0 5px;vertical-align:top;padding:40px 20px 0 20px;border-radius:3px;}
.cont-lists li h2{font-size:18px;color:#333333;font-weight:normal;margin-top:20px;}
.cont-lists li.li1{background:#f9e0e0}
.cont-lists li.li2{background:#ddf2f4}
.cont-lists li.li3{background:#ebf3da}
.cont-lists li.li4{background:#d5ecf9}
.cont-lists li p{font-size:14px;color:#333333;line-height:1.8;margin-top:15px;}
.cont-lists li{
-webkit-transition:all 0.6s;
transition:all 0.6s;

}
.cont-lists li:hover{box-shadow:0 0 10px #888}
.Atit{text-align:center;margin-bottom:50px;}
.cont-map{width:1165px;margin:0 auto 70px;position: relative;}
.cont-map h3{font-weight:normal;margin-bottom:15px;font-size:18px;color:#333333}
.cont-maps{width:1165px;height:350px;overflow:hidden;background:#dedede;margin:0 auto;border-radius:4px;border: 1px solid #dedede;}
.cont-map h3 span{font-size:24px;display:inline-block;}



.detail { margin-bottom:100px; margin-top:80px; height:190px;}
.detail li{ float:left; width:20%;text-align: center; }
.detail li p{font-weight:bold;color:#282828; margin-top: 30px;font-size:14px;line-height:1.7}

.click-more{
    margin-top: 10px;
    font-size: 14px;
    color: #fff !important;
    display: block;
    line-height:35px;
    height: 35px;
    border-radius: 3px;
    background-color: #17ca50;
    width: 100px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.click-more:hover{background-color: #16a644}


.InBanner{
    width: 100%;
    overflow: hidden;
}
.InBanner img{
    width: 100%;
    height: 100%;
}
.page_about_box .top{
    height: 876px;
    background:url(../web-icon/about_page_bg.jpg) center bottom no-repeat;
}
.page_about_box .top .img{
    width: 868px;
    height: 409px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
}
.page_about_box .top .info{
    width: 453px;
    height: 401px;
    background:url(../web-icon/page_about_info.jpg) center center no-repeat;
    position: absolute;
    top: 152px;
    right: 0;
    z-index: 50;
    padding-left: 30px;
    padding-right: 24px;
    padding-top: 72px;
}
.page_about_box .top .info h2{
    font-size: 24px;
    color: #fff !important;
    margin-bottom: 36px;
}
.page_about_box .top .info p{
    font-size: 16px;
    color: #fff !important;
    text-align: justify;
    line-height: 34px;
}
.page_about_box .top .Slogan{
    width: 748px;
    height: 93px;
    text-align: center;
    font-size: 30px;
    color: #010000;
    position: absolute;
    top: 483px;
    left: 0;
    z-index: 10;
}
.page_about_box .top .Slogan em{
    font-size: 18px;
    color: #8f8a8a;
    margin-top: 12px;
}
.page_about_box .top .qywh{
    margin-top: 626px;
}
.page_about_box .top .qywh p{
    padding-left: 74px;
    padding-right: 74px;
    font-size: 16px;
    color: #010000;
    text-align: justify;
    line-height: 30px;
}
.page_about_box .top .qywh span{
    width: 115px;
    height: 35px;
    background-color: #e7920c;
    margin: 60px auto 0px;
    font-size: 16px;
    color: #fff !important;
    line-height: 35px;
    text-align: center;
}
.page_about_box .ad{
    height: 563px;
    background:url(../web-icon/about_server_title.png) center 50px no-repeat,url(../web-icon/about_ad.jpg) center bottom no-repeat;
}
.about_honor h1{
    height: 90px;
    background: url(../web-icon/about_page_honor_title.png) center top no-repeat;
    margin-top: 40px;
}
.about_honor .list{
    width: 1200px;
    height: 280px;
    margin: 60px auto 50px;
}
.about_honor .list ul li{
    float: left;
    width: 400px;
    margin-right: 4px;
}
.about_honor .list ul li a > i{
    height: 235px;
}
.about_honor .list ul li h4{
    text-align: center;
    font-size: 16px;
    color: #020200;
}
.about_honor .list ul li h4 i{
    display: block;
    width: 24px;
    height: 1px;
    background-color: #0a50c2;
    margin: 16px auto 12px;
}
.page_details{
    overflow: hidden;
    margin-bottom: 50px !important;
}
.page_details .top{
    height: 16px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 28px;
}
.page_details .top a{
    display: block;
    float: left;
    font-size: 14px;
    color: #696969;
    position: relative;
}
.page_details .top a i{
    margin-left: 8px;
    margin-right: 8px;
}
.page_details .top a:hover{
    color:#da261f;
}
.page_details .top a.first{
    padding-left: 8px;
}
.page_details .top a.first::before{
    content: '';
    width: 4px;
    height: 100%;
    background-color: #da261f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.page_details .left{
    width: 164px;
    text-align: center;
}
.page_details .left h1{
    font-size: 16px;
    color: #fff !important;
    line-height: 44px;
    background-color: #0963d1;
    margin-bottom: 14px;
}
.page_details .left .sub a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #010101;
    margin-bottom: 24px;
}
.page_details .left h2{
    width: 100%;
    height: 81px;
    background:#235ea7 url(../images/page_tel.png) 26px 15px no-repeat;
    font-size: 16px;
    color: #fff !important;
    padding-top: 20px;
}
.page_details .left h2 em{
    font-size: 16px;
    margin-top: 8px;
}
.page_details .right{
    width: 1010px;
}
.page_details .right h3{
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}
.page_details .right .info{
    text-align: center;
    font-size: 14px;
    color: #9a9999;
}
.page_details .right .info span{
    margin-left: 20px;
}
.page_details .right .desc{
    min-height: 74px;
    border: 1px solid #eeeeee;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    color: #302f2f;
    line-height: 25px;
    padding-left: 70px;
    margin-top: 20px;
}
.page_details .right .desc em{
    display: block;
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 17px;
    left: 10px;
}
.page_details .right .con{
    overflow: hidden;
    margin-top: 30px;
    text-align: justify;
    font-size: initial;
    color: initial;
    line-height: initial;
}
.page_details .right .con img{
    max-width:100% !important;
}
.page_details .bottom{
    width: 1010px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page_details .bottom .quick_aticles p{
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
}
.page_details .bottom .quick_aticles p *{
    display: block;
    height: 100%;   
}
.page_details .bottom .quick_aticles p em{
    float: left;
    width: 90px;
    background-color: #484848;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
}
.page_details .bottom .quick_aticles p span{
    float: left;
    width: 830px;
    font-size: 14px;
    color: #010000;
    padding-left: 30px;
}
.page_details .bottom .quick_aticles p a{
    float: right;
    width: 56px;
    font-size: 14px;
    color: #000;
}
.page_details .bottom .recommend_aticle > h1{
    font-size: 22px;
    color: #010000;
    margin-left: -12px;
    margin-bottom: 14px;
}
.page_details .bottom .recommend_aticle .list a{
    display: block;
    width: 100%;
    height: 44px;
    border-top:1px dashed #dcdcdc;
    line-height: 44px;
    overflow: hidden;
}
.page_details .bottom .recommend_aticle .list a span{
    width: 930px;
    height: 100%;
    font-size: 14px;
    color: #4c4b4b;
}
.page_details .bottom .recommend_aticle .list a em{
    width: 56px;
    font-size: 14px;
    color: #4c4b4b;
}
.page_details .bottom > a{
    display: block;
    float: right;
    width: 84px;
    height: 35px;
    font-size: 14px;
    color: #fff !important;
    line-height: 35px;
    background-color: #235ea7;
    text-align: center;
    margin-top: 20px;
}
.contact_box .contact_left{
    width: 830px;
    margin-top: 14px;
}
.contact_box .contact_left h1{
    line-height: 40px;
    font-size: 24px;
    color: #000;
    background:url(../web-icon/contact_tel.png) left center no-repeat;
    padding-left: 50px;
    margin-bottom: 40px;
}
.contact_box .contact_left p{
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    opacity: .8;
}
.contact_box .contact_right{
    width: 276px;
    margin-top: 40px;
    text-align: right;
}
.contact_box .contact_right h1{
    font-size: 20px;
    color: #000;
    background:url(../web-icon/contact_right_tel.png) right top no-repeat;
    padding-right: 32px;
}
.contact_box .contact_right h1 em{
    display: block;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 13px;
    margin-right: -32px;
}
.contact_box .contact_right > a{
    width: 118px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff !important;
    background-color: #c50900;
    margin-top: 24px;
    margin-bottom: 24px;
}
.contact_box .contact_right .contact_code span{
    width: 82px;
    text-align: center;
}
.contact_box .contact_right .contact_code span em{
    font-size: 14px;
    color: #000;
    opacity: .5;
    margin-top: 10px;
}
.contact_box .contact_right .contact_code span + span{
    margin-right: 44px;
}
.contact_message{
    height: 772px;
    background-color: #f5f5f5;
}
.contact_message .left{
    width: 597px;
    height: 700px;
    background:url(../web-icon/contact_ad.jpg) center center no-repeat;
    margin-top: 34px;
}
.contact_message .left a{
    width: 165px;
    height: 48px;
    margin-top: 572px;
    margin-left: 50px;
}
.contact_message .right{
    width: 602px;
    height: 700px;
    background-color: #fff;
    margin-top: 34px;
    padding-left: 52px;
    padding-right: 52px;
    padding-top: 76px;
}
.contact_message .right h1{
    font-size: 24px;
    color: #020000;
    line-height: 30px;
    margin-bottom: 54px;
}
.contact_message .right .top span{
    margin-right: 16px;
}
.contact_message .right .top span label{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    vertical-align: sub;
}
.contact_message .right .mess_box{
    margin-top: 50px;
}
.contact_message .right .mess_box p{
    width: 240px;
    margin-bottom: 28px;
    font-size: 18px;
    color: #000;
    text-indent: 20px;
}
.contact_message .right .mess_box p input{
    width: 100%;
    height: 40px;
    background-color: #f8f8f8;
    border-radius: 25px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-indent: 20px;
    margin-top: 14px;
}
.contact_message .right .mess_box p input::-webkit-input-placeholder,.contact_message .right .mess_box p textarea::-webkit-input-placeholder{
    font-size: 16px;
    color: #dfdfdf;
}
.contact_message .right .mess_box p.textarea_con{
    width: 100%;
}
.contact_message .right .mess_box p textarea{
    width: 100%;
    height: 190px;
    background-color: #f8f8f8;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-indent: 20px;
    margin-top: 14px;
    resize:none;
}
.contact_message .right .mess_box a{
    width: 165px;
    height: 48px;
    border: 1px solid #c50900;
    font-size: 20px;
    color: #fff !important;
    background-color: #c50900;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
}
.contact_box .contact_bottom{
    height: 292px;
    margin-top: 70px;
    margin-bottom: 66px;
}
.contact_bottom .left{
    width: 566px;
    margin-top: 17px;
}
.contact_bottom .left h1{
    line-height: 40px;
    font-size: 24px;
    color: #030000;
    background:url(../images/address_icon.png) left center no-repeat;
    padding-left: 48px;
    margin-bottom: 18px;
}
.contact_bottom .left p{
    font-size: 18px;
    color: #000;
    line-height: 38px;
}
.contact_bottom #contact_map{
    width: 604px;
}
.page_product_list ul *{
    transition: all .5s;
}
.page_product_list li{
    float: left;
    width: 305px;
    height: 334px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    margin-bottom: 26px;
    height:370px
}
.page_product_list li a > i{
    height: 225px;
}
.page_product_list li span{
    height: 225px;
    position: absolute;
    top: -255px;
    left: 0;
    z-index: 100;
    text-align: center;
    background-color:rgba(0,0,0,.33);   
    opacity: 0;
}
.page_product_list li span em{
    display: block;
    width: 122px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #FFFFFF;
    margin: 93px auto 0px;
    font-size: 14px;
    color: #fff !important;
}
.page_product_list li h4{
    text-align: center;
    font-size: 16px;
    color: #080000;
    margin-top: 12px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.page_product_list li h4 i{
    display: block;
    width: 15px;
    height: 1px;
    background-color: #000;
    margin: 9px auto 0px;
}
.page_product_list li p{
    font-size: 14px;
    color: #6b6a6a;
    text-align: justify;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page_product_list li:hover span{
    top: 0;
    opacity: 1;
}
.page_product_list li:hover{
    background-color: #235ea7;
}
.page_product_list li:hover h4{
    color: #fff;
}
.page_product_list li:hover h4 i{
    background-color: #fff;
}
.page_product_list li:hover p{
    color: #fff;
}
.page_list_sub{
    height: 22px;
    line-height: 22px;
    margin-bottom: 16px;
    padding-left: 14px;
    position: relative;
}
.page_list_sub a{
    display: block;
    float: left;
    font-size: 16px;
    color: #080000;
    padding-right: 20px;
    margin-right: 10px;
    background:url(../web-icon/page_line.png) right center no-repeat;
    position: relative;
}
.page_list_sub::before{
    content: '';
    width: 3px;
    height: 100%;
    background-color: #074f24;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.page_list_sub a:last-child{
    background-image:none;
    padding-right: 0;
    margin-right: 0;
}
#content_page_box{
    width: 100%;
    text-align: center;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0 !important;
}
.pagination{
    margin: 20px 0 0!important;
}
.pagination>li>a,
.pagination>li>span {
    color: #a0a0a0 !important;
    cursor: pointer;
}
.page_productInfo_box .info_img{
    width: 430px;
    height: 380px;
}
.page_productInfo_box .info_right{
    width: 550px;
}
.page_productInfo_box .info_right h3{
    margin-top: 48px;
    text-align:left;
    margin-bottom: 0;
}
.page_productInfo_box .info_right i{
    display: block;
    width: 36px;
    height: 4px;
    background-color: #da261f;
    margin-top: 32px;
}
.page_productInfo_box .info_right .info_desc{
    font-size: 14px;
    color: #797777;
    text-align: justify;
    line-height: 30px;
    margin-top: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.page_productInfo_box .info_right .info_tel{
    height: 54px;
    margin-top: 46px;
}
.page_productInfo_box .info_right .info_tel span{
    font-size: 16px;
    color: #da261f;
    background: url(../contact/info_tel.png) left top no-repeat;
    padding-top: 2px;
    padding-left: 40px;
}
.page_productInfo_box .info_right .info_tel span em{
    display: block;
    font-size: 30px;
    color: #da261f;
    font-weight: bold;
    margin-top: 3px;
    margin-left: -3px;
}
.page_productInfo_box .info_right .info_tel a{
    width: 118px;
    height: 35px;
    border: 1px solid #da261f;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #da261f;
    border-radius: 25px;
    margin-top: 12px;
}
.page_productInfo_box .info_con{
    border-top: 1px dashed #eeeeee;
    margin-top: 28px;
    padding-top: 24px;
    margin-bottom: 50px;
}
.page_productInfo_box .info_con h1{
    text-align: center;
    font-size: 24px;
    color: #030000;
}
.page_productInfo_box .info_con h1 em{
    font-size: 24px;
    color: #b7b7b7;
    opacity: .1;
    font-weight: bold;
    text-transform: uppercase;
}
.page_productInfo_box .info_con .specifications{
    margin-top: 26px;
    margin-bottom: 54px;
}
.specifications li{overflow:hidden;}
.page_productInfo_box .info_con .specifications ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.page_productInfo_box .info_con .specifications li{
    width: 316px;
    height: 41px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 41px;
    text-align: center;
}
.page_productInfo_box .info_con .specifications li em{
    width: 124px;
    background-color: #fafafa;
    color: #000;
}
.page_productInfo_box .info_con .specifications li span{
    width: 190px;
    color: #7c7b7b;
}
.page_productInfo_box .info_con .info_details_con{
    overflow: hidden;
    margin-top: 30px;
    text-align: justify;
    font-size: initial;
    color: initial;
    line-height: initial;
}
.page_productInfo_box .info_con .info_details_con img{
    max-width: 100% !important;
}
.page_productInfo_box .page_product_recommend{
    border-top: 1px dashed #eeeeee;
    padding-top: 36px;
}
.page_productInfo_box .page_product_recommend h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 22px;
}
.page_productInfo_box .page_product_recommend ul li{
    float: left;
    width: 229px;
    height: 276px;
    overflow: hidden;
    position: relative;
    margin-right: 23px;
}
.page_productInfo_box .page_product_recommend ul li i{
    height: 235px;
}
.page_productInfo_box .page_product_recommend ul li span{
    height: 235px;
    background-color:rgba(0,0,0,.5);
    text-align: center;
    position: absolute;
    top: -235px;
    left: 0;
    z-index: 100;
    transition: all .5s;
    opacity: 0;
}
.page_productInfo_box .page_product_recommend ul li span em{
    display: block;
    width: 164px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 25px;
    line-height: 48px;
    font-size: 18px;
    color: #fff !important;
    margin: 85px auto 0px;
}
.page_productInfo_box .page_product_recommend ul li h4{
    font-size: 18px;
    color: #0a0a0a;
    margin-top: 20px;
}
.page_productInfo_box .page_product_recommend ul li:hover span{
    top: 0;
    opacity: 1;
}
.page_news .page_details{
     overflow: visible !important;
}
.page_news_list li{
    width: 100%;
    height: 224px;
    padding: 10px;
    transition: all .5s;
}
.page_news_list li .info{
    float: left;
    width: 710px;
}
.page_news_list li .info h4{
    text-align: left;
    color: #030303;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
    padding-bottom: 5px;
    margin-top: 44px;
}
.page_news_list li .info p{
    color: #838383;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
}
.page_news_list li i{
    float: right;
    width: 266px;
    height: 180px;
    margin-top: 11px;
}
.page_news_list li:nth-child(even) .info{
    float: right;
}
.page_news_list li:nth-child(even) i{
    float: left;
}
.page_news_list li:hover{
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 3.36px 0.64px rgba(219, 219, 216, 0.99);
}
#news_content_page_box{
    text-align: right;
}
.w {
    width: 100%;
}


.wh {
    width: 100%;
    height: 100%;
}
.bg{
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.db {
    display: block;
}

.oh {
    overflow: hidden;
}
.cb:after{
    content: ".";
    display: block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.kefu{width:190px;height:220px;position:fixed;right:2%;top:0;bottom:0;margin:auto;z-index:9999}
.kefu-head{width:50px;height:50px;border:1px solid #c1c1bf;border-radius:50%;margin-left: 135px;}
.kefu li{margin-bottom:20px;position:relative;cursor:pointer;}
.kefu-bk{position: absolute;left: -5px;top: 7px;width:170px;height:40px;background:#accc05;border-radius:20px;line-height:40px;padding-left:20px;color:#fff;}
.calls{position: absolute;right: 14px; top: 10px;}
.kefu-bk{display:none}
.kefu-code{width:120px;height:120px;background:#fff;position: absolute;left: 0px;top:0;display:none}
.kefu-code:after{
    content:"";
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -9px;
    top: 25px;
}
.kefu-code img{width:100%;height:100%}


.subdl{position: absolute;left:0;top:60px;z-index:9999899;display:none;background:#f68100!important;width:100%;}
.subdl dd{width:100%;height:40px;line-height:40px;text-align:center;}
.subdl dd a{font-size:14px;display:block;white-space:nowrap;color:#fff;height:40px;line-height:40px;}
.subdl dd a:hover{color:#fff;}

.toper{
    width: 100%;
    height: 45px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}
.toper .hy{
    float: left;
    font-size: 0.7vw;
    color: #888888;
    line-height: 45px;
    margin-left: 7%;
}
.toper .lm{
    float: right;
    width: 15%;
    margin-right: 10%;
}
.toper .lm ul li a{
    float: left;
    font-size: 0.7vw;
    color: #888888;
    line-height: 12px;
    width: calc((100%)/3);
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #888888;
    margin-top: 16.5px;
}
.toper .lm ul li:last-child a{
    border: none;
}


/*联系我们*/
.contacts{padding:0 0 110px 0;}
.cont-top{box-shadow:0 0 30px #e2dada;padding:1px 40px 0 40px;}
.titsss{font-size:24px;font-weight:normal;color:#000000}
.cont-main{margin-top:30px}
.cont-map{width:550px;height:260px;overflow:hidden;border:1px solid #dedede;}
.cont-adress{width:520px;padding-top:20px}
.cont-adress p{padding-left:30px;margin-bottom:30px;}
.cont-adress p.pp1{background:url(/public/contact/ttt1.png) no-repeat left;}
.cont-adress p.pp2{background:url(/public/contact/ttt2.png) no-repeat left;}
.cont-adress p.pp3{background:url(/public/contact/ttt3.png) no-repeat left;}
.cont-adress p.pp4{background:url(/public/contact/ttt4.png) no-repeat left;}
.adress-l{width:480px;}
.adress-l:last-child{background:none}
.other-adress{background:url(/public/contact/xts.png) no-repeat center;margin:0 auto;position:relative;z-index:999}
.adress-l h2{font-size:16px;}
.adress-l p{margin-top:30px}
.inputsss{margin-top:20px; margin-left: 34px;}
.text1{width:380px;height:40px;background:#f0f0f0;text-indent:20px;line-height:40px;margin:0 10px}
.text2{width:580px;}
::-webkit-input-placeholder {
  color: #777777;
  letter-spacing:2px;
}
:-moz-placeholder {/* Firefox 18- */
  color: #777777;
  letter-spacing:2px;
}
::-moz-placeholder{/* Firefox 19+ */
 color: #777777;
 letter-spacing:2px;
}
:-ms-input-placeholder {
  color: #777777;
  letter-spacing:2px;
}
.checkboxs li{float:left;margin-left:30px;cursor:pointer;}
.checkboxs li label{font-size:16px;font-weight:normal;color:#555555}
.checkboxs li span{font-size:16px;color:#777777}
.checkboxs li input[type="radio"]{-webkit-appearance: none;background: url(/public/images/yuans.png) 0px 0px no-repeat;width: 13px;height: 13px;}
.checkboxs li input[type="radio"]:checked{background: url(/public/images/yuans2.png) 0px 0px no-repeat;}
.textareas{
    height: 230px;
    background: #f0f0f0;
    width: 1145px;
    text-indent: 20px;
    padding-top: 10px;
    display: block;
    margin: 0 auto;}
.buttssss{
    width: 150px;
    height: 40px;
    background: #235ea7;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-right: 10px;}
.buttss:hover{background:#9b0d14}
.titssss{    margin-top: 21px;margin-left: 40px;}
.Acont-form{height:270px;position: absolute;left:50%;top:42px;margin-left:-550px;background:rgba(255,255,255,.9);padding:40px;width: 300px;z-index: 99999;}
.Acont-form h3{font-size:18px;color:#666;font-weight:normal;margin-bottom:20px}
.Asubs{width:297px;height:40px;color:#666;cursor:pointer;font-size:14px;letter-spacing:2px;border:1px solid #666;background:none;position: relative;display:block;text-align:center;line-height:40px;}
.Aforms{width:100%}
.Afomts{height:40px;line-height:40px;padding-left:20px;color:#666;border:1px solid #666;background:none}
.Afomts1{width: 122px;display:inline-block;*zoom: 1;*display:inline;}
.Afomts:focus{box-shadow:0 0 7px #666;border:1px solid #dedede;}
.Atexts{width:277px;height:120px;}
.Asubs:hover{box-shadow:0 0 10px #666}
.Ainputs{margin-bottom:10px;}
.zxs{width: 120px;height: 42px;float: left;margin-top: 10px;background-color: #235ea7;text-align: center;line-height: 42px;font-size: 16px;color: #fff!important;border-radius:4px}

.top span{margin-right: 16px;cursor:pointer;}
.top label{cursor:pointer;font-weight:normal;}


#gswj{
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);    
}

.InBanner,.InBanner img{height:400px}